home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / SSHEET.ARJ / README.TXT < prev    next >
Text File  |  1992-03-27  |  7KB  |  197 lines

  1. ---------------------------------------
  2. |             THANK YOU!              |
  3. ---------------------------------------
  4.  
  5. Thanks for trying the Spread Sheet custom control (SSHEET).
  6.  
  7. SSHEET look and feel should be very familiar to anyone who has used
  8. a Windows product that displays information in a tabular format, including
  9. the leading Windows spread sheet programs, project management software, etc.
  10.  
  11. ---------------------------------------
  12. |             FEATURES                |
  13. ---------------------------------------
  14.  
  15. The features present in this demo version are:
  16.  
  17.         . The ability to set column headings
  18.         . The ability to set entire column text justification
  19.         . Increase or decrease the width of columns (place cursor on
  20.                 the column divider line in the heading area
  21.         . The ability to display text in various fonts
  22.  
  23. ---------------------------------------
  24. |             FUNCTIONS               |
  25. ---------------------------------------
  26.  
  27. SSHEET is message driven. The following messages are available in the
  28. demo version:
  29.  
  30. Message:    SS_GETCELLDATA
  31. Description:    Retrieve data stored at a cell in the SSHEET
  32. wParam:        The row and column number of the cell, use MAKEROWCOL macro
  33. lParam:        Address of buffer to receive data
  34.  
  35. Message:    SS_SETCELLDATA
  36. Description:    Insert data into a SSHEET cell
  37. wParam:        The row and column number of the cell, use MAKEROWCOL macro
  38. lParam:        Address of buffer to receive data
  39.  
  40. Message:    SS_DISPLAYCELL
  41. Description:    Show a single cell data
  42. wParam:        The row and column number of the cell, use MAKEROWCOL macro
  43. lParam:        Not used.
  44.  
  45. Message:    SS_GETSSHEETHANDLE
  46. Description:    Message unavailable in this version. Do not use
  47.  
  48. Message:    SS_SETCOLJUST
  49. Description:    Sets the text justification for an entire column. 
  50. wParam:        The column number
  51. lParam:        One of COLJUST_LEFT, COLJUST_CENTER, COLJUST_RIGHT constants.
  52.  
  53. Message:    SS_SETCOLTITLE
  54. Description:    Set the text that will appear in the column header area.
  55. wParam:        The column number
  56. lParam:        The column heading. Null terminated string.
  57.  
  58. Message:    SS_SETCOLWIDTH
  59. Description:    Informs SSHEET of the total number of characters that can
  60.         be held in a column as well as the initial width of the
  61.         column. Call once only for each column.
  62. wParam:        The column number
  63. lParam:        Use MAKELONG(display_char_width, max_char_width)
  64.  
  65. Message:    SS_SETDEFFONT
  66. Description:    Set the font to be used to display SSHEET data. Do not
  67.         use stock fonts.
  68. wParam:        Font handle.
  69. lParam:        Not used.
  70.  
  71. Message:    SS_INITSSHEET
  72. Description:    Allocates data structures and obtains memory to hold
  73.         SSHEET data.
  74. wParam:        Not used.
  75. lParam:        Not used.
  76.  
  77. Message:    SS_GETCURROW
  78. Description:    Returns the current row number that has the cell marker
  79. wParam:        Not used.
  80. lParam:        Not used.
  81.  
  82. Message:    SS_GETCURCOL
  83. Description:    Returns the current column number that has the cell marker
  84. wParam:        Not used.
  85. lParam:        Not used.
  86.  
  87. Message:    SSN_NEWCELL
  88. Description:    This message is sent to the SSHEET parent whenever the
  89.         cell marker is moved to a new cell. Use SS_GETCURROW and
  90.         SS_GETCURCOL to determine the new cell.
  91.  
  92. The MAKEROWCOL macro creates a word containing a row and column number, its
  93. format is MAKEROWCOL(row_number, col_number).
  94.  
  95. ---------------------------------------
  96. |               ORDERING              |
  97. ---------------------------------------
  98.  
  99. SSHEET is available in DLL format and source code. To order send check
  100. or money order to 
  101.  
  102.     A. Shadman Co., P.O. Box 28494, Santa Ana, Ca. 92799-8494
  103.  
  104.     Send $29.99 for the DLL only or $49.99 for DLL and source code.
  105.  
  106. ---------------------------------------
  107. |             LEGAL NOTICE            |
  108. ---------------------------------------
  109.  
  110.  * Both the demo program and the demo custom control DLL are shareware. You
  111.  * may copy and distribute them both freely. However, if you intend to
  112.  * use either of them as part of an application you'll need to register
  113.  * them. To register:
  114.  *
  115.  *   1. Fill out the registeration form and fax it to us
  116.  *      The fax number is: 714-937-5830
  117.  *  or
  118.  *   2. Write to us through CompuServ, Id: 72520,2325
  119.  *
  120.  *
  121.  *     We are granting a license to you to execute this program and the
  122.  *    accomponying DLL for evaluation purposes only.
  123.  *
  124.  *    WE MAKE NO WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED
  125.  *    WITH RESPECT TO THIS AND THE CUSTOM CONTROL DLL, INCLUDING THE
  126.  *    QUALITY, PERFORMANCE, MERCHANTIBILITY OR FITNESS FOR A PARTICULAR
  127.  *    PURPOSE.
  128.  *
  129.  *    Becuase of the complex nature of computer software this program or
  130.  *    the custom control DLL may not be completely free of errors.
  131.  *    You agree to take full responsibility for verification of any work
  132.  *    that includes either this program or the custom control DLL.
  133.  *    IN NO EVENT WILL A. SHADMAN CO. BE RESPONSIBLE FOR DIRECT, INDIRECT,
  134.  *    SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
  135.  *    USE OR INABILITY TO USE THIS PROGRAM OR THE CUSTOM CONTROL DLL.
  136.  
  137. ---------------------------------------
  138. |             REGISTRATION            |
  139. ---------------------------------------
  140.  
  141. By registerting you give us the opportunity to receive feedback
  142. on the SSheet control. This control can be expanded to cover a 
  143. very wide range of functions; your comments will help us to 
  144. focus our effrots on the most relevant features.
  145.  
  146. |                                                                        
  147. | Your name: __________________________________
  148. |
  149. | Company:   __________________________________                          
  150. |                                              
  151. | Address:   __________________________________
  152. |
  153. |            __________________________________
  154. |
  155. | City       __________________________________
  156. |
  157. | State/Zip: __________________________________
  158. |
  159. | Phone:     __________________________________
  160. |
  161. | Type of application: ________________________
  162. |
  163. | CompuServ Id:        ________________________
  164. |
  165. | Do you use:
  166. |
  167. | Windows C compiler .......................[ ]  
  168. | C++ compiler .............................[ ]
  169. | Windows Pascal compiler ..................[ ] 
  170. | Visual Basic .............................[ ]
  171. |
  172. | Others? Which ones? _________________________
  173. |
  174. | Microsoft/Sybase SQL Server ..............[ ] 
  175. | Oracle ...................................[ ]
  176. | Others? Which ones? _________________________
  177. |
  178. | How would like to see the functionality of the
  179. | custom control expanded?
  180. |
  181. | _____________________________________________
  182. |
  183. | _____________________________________________
  184. |
  185. | _____________________________________________
  186. |
  187. | _____________________________________________
  188. |
  189. | _____________________________________________
  190. |
  191. | _____________________________________________
  192. |
  193. | _____________________________________________
  194. |
  195. | _____________________________________________
  196. |